Co-Büchi automaton

In automata theory, a co-Büchi automaton is a variant of Büchi automaton. The only difference is the accepting condition: a Co-Büchi automaton accepts an infinite word w if there exist a run, such that all the states occurring infinitely often in the run are not in the acceptance condition. In contrast, a Büchi automaton accepts a word if there exists a run, such that at least one state occurring infinitely often in its acceptance condition.

Co-Büchi automata are strictly weaker than Büchi automata.

Formal definition

Formally, a deterministic co-Büchi automaton is a tuple A = (Q,Σ,δ,q0,F) that consists of the following components:

In a non-deterministic co-Büchi automaton, the transition function δ is replaced with a transition relation Δ that returns a set of states and initial state is q0 is replaced by a set of initial states Q0. Generally, co-Büchi automaton refers to non-deterministic co-Büchi Büchi automaton.

For more comprehensive formalism see also ω-automaton.

Properties

Co-Büchi automata are closed under union, intersection, projection and determinization.